LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
geo::vect::details::ConvertToImpl< Dest, T[Dim]> Struct Template Reference

#include "geo_vectors_utils.h"

Inheritance diagram for geo::vect::details::ConvertToImpl< Dest, T[Dim]>:
geo::vect::details::ConvertArrayTo< Dest, T[Dim], Dim > geo::vect::details::ConvertToImplBase< Dest, T >

Static Public Member Functions

static Dest convert (T const &v)
 

Detailed Description

template<typename Dest, typename T, std::size_t Dim>
struct geo::vect::details::ConvertToImpl< Dest, T[Dim]>

Definition at line 2057 of file geo_vectors_utils.h.

Member Function Documentation

static Dest geo::vect::details::ConvertArrayTo< Dest, T , Dim >::convert ( T const &  v)
inlinestaticinherited

Definition at line 2042 of file geo_vectors_utils.h.

2042 { return geo::vect::makeFromCoords<Dest>(v); }

The documentation for this struct was generated from the following file: